From 178252351a6d911352e1881a2277127757c88f2c Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 28 Mar 2008 07:34:47 +0000 Subject: [PATCH] xend: Fix XendBootloader bogus reference to 'attr'. Signed-off-by: Keir Fraser --- tools/python/xen/xend/XendBootloader.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/python/xen/xend/XendBootloader.py b/tools/python/xen/xend/XendBootloader.py index 54039111ae..60e876140d 100644 --- a/tools/python/xen/xend/XendBootloader.py +++ b/tools/python/xen/xend/XendBootloader.py @@ -67,7 +67,6 @@ def bootloader(blexec, disk, dom, quiet = False, blargs = '', kernel = '', # listening on the bootloader's fifo for the results. (m1, s1) = pty.openpty() - termios.tcsetattr(m1, termios.TCSANOW, attr) tty.setraw(m1); fcntl.fcntl(m1, fcntl.F_SETFL, os.O_NDELAY); os.close(s1) -- 2.30.2